Welcome![Sign In][Sign Up]
Location:
Search - windows sockets

Search list

[Internet-Networkclient-sever--calculation

Description: 基于windows的网络编程,完成功能是计算器功能,有客户端和服务器端,使用套接字,和相关的网络协议-Windows-based network programming, complete function calculator function, the client and server side, using sockets and network protocols
Platform: | Size: 4732928 | Author: 朗卿 | Hits:

[CSharpcsharp-cdo-email

Description: How to send cdo email from C# The Microsoft .NET framework provides two namespaces, System.Net and System.Net.Sockets for managed implementation of Internet protocols that applications can use to send or receive data over the Internet . In the previous C# program SMTP email from C# describes how to send an email with text body . Here we are sending an email without using SMTP protocol through C# programming . Instead of SMTP here we use CDOSYS , Collaboration Data Objects (CDO) for Windows 2000 library (Cdosys.dll) . The Cdosys.dll library is also known as CDOSYS . Create a new C# project and add a reference to Microsoft CDO For Windows 2000 Library . From the following picture you can understand how to add Microsoft CDO For Windows 2000 Library in your C# project.
Platform: | Size: 1024 | Author: Seb Spam | Hits:

[Internet-NetworkSinffEx

Description: Windows socket 原始套接字的使用原理 非常简单的使用例子-Windows socket using raw sockets in principle Very simple to use examples
Platform: | Size: 5120 | Author: solidyjd | Hits:

[Sniffer Package capturewinpcap

Description: WinPcap是一个基于Win32平台的,用于捕获网络数据包并进行分析的开源库. 大多数网络应用程序通过被广泛使用的操作系统元件来访问网络,比如sockets。 这是一种简单的实现方式,因为操作系统 已经妥善处理了底层具体实现细节(比如协议处理,封装数据包等等),并且提供了一个与读写文件类似的,令人熟悉的接口。-WinPcap is the industry-standard tool for link-layer network access in Windows environments: it allows applications to capture and transmit network packets bypassing the protocol stack, and has additional useful features, including kernel-level packet filtering, a network statistics engine and support for remote packet capture.
Platform: | Size: 3855360 | Author: xyzlive | Hits:

[Internet-NetworkSOCKET-data-transfer

Description: 基于windows系统的提供的标准套接字完成基于TCP协议或UDP协议方式的文件数据传输,不得使用其他任何形式封装的套接字类-Windows system provides standards-based sockets TCP protocol or UDP protocol to complete file-based data transmission mode, not use any other form of encapsulation socket classes
Platform: | Size: 1249280 | Author: zhao | Hits:

[OtheriPhone2

Description: iphone开发进阶 iPhone OS Cocoa Touch o 窗口和视图 o 事件管理 o 用户接口 o 加速传感器 o 照相机 Media o Core Graphics 2维图形接口 o Core Animation 动画 o OpenGL o Core Audio 声音 o OpenAL o Media Player MPEG4,MP3 Core Services o Address Book o Core Foundation o Core Location o CFNetwork http,https,ftp,SSL,TLS o 网络安全 o SQLite SQL数据库 o XML Core OS o 多线程 o 网络应用 BSDA套接字 o 文件系统 o Bonjour 利用无线网络连接其他机器-iPhone OS Cocoa Touch o windows and views o Event Management o User Interface o Acceleration Sensor o Camera Media o Core Graphics 2-dimensional graphics interface o Core Animation animation o OpenGL o Core Audio sound o OpenAL o Media Player MPEG4, MP3 Core Services o Address Book o Core Foundation o Core Location o CFNetwork http, https, ftp, SSL, TLS o Network Security o SQLite SQL o XML Core OS o Multithreading o Network Application BSDA sockets o File System o Bonjour other machines using a wireless network connection
Platform: | Size: 484352 | Author: roseye | Hits:

[OS programwince-Programming-3th

Description: 视窗3应用程序编程为掌上电脑,掌上电脑,和嵌入式设备的编程。 主题包括: 企业计算包括COM、DCOM、使用ADOCE访问数据库,和微软的消息队列 通信,包括网络访问HTTP,TCP/IP,插座,串口通信,并与ActiveSync 3桌面同步 建立和运行应用程序在视觉+ +使用微软基金会 嵌入式Visual C++ 3和Pocket PC SDK光盘 超越用户界面到硬盘核心编程 全面联网和企业计算 从掌上电脑全球通信 所有新功能的视窗3 高级技术的严重窗口程序员-Windows CE 3.0 Application Programming presents programming for Pocket PC, handheld PC, and embedded devices. Topics include: Enterprise computing including COM, DCOM, access using ADOCE, and Microsoft Message Queue Communications, including Internet Web access with HTTP, TCP/IP, sockets, serial communications, and desktop synchronization with ActiveSync 3.0 Build and run applications in Visual C++ using Microsoft Foundation Classes CD-ROM with eMbedded Visual C++ 3.0 and Pocket PC SDK Beyond the user interface to hard-core programming Full-scale networking and enterprise computing Global communications Pocket PCs All the new features of Windows CE 3.0 Advanced techniques for serious Windows CE programmers
Platform: | Size: 1420288 | Author: a | Hits:

[CSharpSocket

Description: SOCKETS IN C SHARP WINDOWS FORMS
Platform: | Size: 1080320 | Author: Aquiquez | Hits:

[TCP/IP stacksynapse39

Description: SYNAPSE TCP / IP and serial library This project is free and open source under modified BSD style license! Requirements Win32 operating system (win9x, winnt, WinME, win2k, WinXP,... you will not win32s or Wince!!!) or the Operating system Unix/Linux. The TCP/IP Protocol Winsock 2.0 and more (under windows), LIBC under Linux for Kylix, or Sockets Support Frepascal in Unix / Linux Delphi 3-7, Delphi 2005-2007, C ++ Builder, Kylix 1-3 or FreePascal 2.x.x experimental Delphi.NET (Delphi 8+) betaversion support for Delphi 2009+, including XE2.
Platform: | Size: 710656 | Author: asdfsdfr2342342 | Hits:

[TCP/IP stacksynapse44

Description: SYNAPSE TCP / IP and serial library This project is free and open source under modified BSD style license! Requirements The TCP/IP Protocol Winsock 2.0 and more (under windows), LIBC under Linux for Kylix, or Sockets Support Frepascal in Unix / Linux Delphi 3-7, Delphi 2005-2007, C ++ Builder, Kylix 1-3 or FreePascal 2.x.x experimental Delphi.NET (Delphi 8+)
Platform: | Size: 1393664 | Author: asdfsdfr2342342 | Hits:

[Internet-NetworkC语言实现基于winsock的邮件系统

Description: C语言开发的邮件系统,使用了smtp协议和pop3协议,分为客户端和服务器,使用了windows下的socket来实现。仅供借鉴参考。(The mail system developed in C language uses smtp protocol and pop3 protocol, which is divided into client and server, and is implemented using sockets under windows.)
Platform: | Size: 1190912 | Author: jiangjingjing | Hits:
« 1 2 ... 11 12 13 14 15 16»

CodeBus www.codebus.net